home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 9 / Night Owl CD-ROM (NOPV9) (Night Owl Publisher) (1993).ISO / 047a / digclk12.zip / DIGCLK.DOC < prev    next >
Text File  |  1993-03-11  |  6KB  |  137 lines

  1. ╔══════════════════════════════════════════════════════════════════════════════╗
  2. ║  DIGCLK v1.2 digital clock and timer by »-Swift-Ware-> Copyright (C) 1991-93 ║
  3. ╚══════════════════════════════════════════════════════════════════════════════╝
  4.  
  5.  
  6.   
  7.                                 * CONTENTS *
  8.  
  9.                 Part 1..........ABOUT THE DIGCLK.COM PROGRAM.
  10.  
  11.                 Part 2.....INSTALLING THE DIGCLK.COM PROGRAM.
  12.  
  13.                 Part 3........POSSIBLE COMMAND LINE SWITCHES.
  14.  
  15.  
  16. ===============================================================================
  17. Part 1
  18. ABOUT THE DIGCLK.COM PROGRAM.
  19.  
  20.         I created this little TSR because though my file manager
  21.         displays the time at a glance none of my other often used 
  22.         programs do.  For example, I can pop up this little clock 
  23.         program within my editor and place it at the top where the
  24.         options are displayed without interference with my editing.
  25.         Also when I'm using my modem software and I'm busy browsing
  26.         through the forums it's nice to see the amount of time I've
  27.         been online.
  28.  
  29.         This TSR once loaded into memory takes up around 2000 bytes.
  30.         Unlike many such digital popup clock programs DIGCLK can
  31.         be easily turned ON or OFF by pressing a couple keys.
  32.  
  33.         DIGCLK works in text mode and when the clock is turned ON
  34.         then OFF it restores the previous screen characters.
  35.  
  36.         DIGCLK also supports some graphic modes, but to keep the
  37.         program small it does not save or restore the previous 
  38.         screen characters.
  39.  
  40.         The program also includes a count down timer that can be
  41.         set on the fly whenever needed from 0 to 99 minutes. 
  42.  
  43.         The clock can be set to be displayed at any corner of the
  44.         screen and can be moved to any other corner by pressing the
  45.         appropriate Hot Key.  Once this option is requested you press
  46.         the letter "L" for upper left corner "l" for lower left corner
  47.         "R" for upper right corner "r" for the lower right corner of
  48.         your screen. The maximum lower corner Row can be set when the
  49.         program is loaded using the /M switch followed by the bottom
  50.         row value. Look over the examples listed below.
  51.  
  52.         If you do place the clock at the bottom of the screen and
  53.         the program you are within scrolls the screen up one line
  54.         at a time (like when the prompt is at the bottom of your
  55.         screen and you press enter) the clock will replicate itself
  56.         up the screen. The real purpose of the move clock option
  57.         is to enable placement of the clock where it can be best
  58.         used without un-neccessary interference.  I place the clock
  59.         at the top when using my editor because the editors option
  60.         line is displayed there. I move the clock to the bottom of
  61.         the screen when I'm usig my modem software because the
  62.         option line is displayed at the bottom of the screen. 
  63.  
  64. ================================================================================
  65. Part 2
  66. INSTALLING THE DIGCLK.COM PROGRAM.
  67.  
  68.         The Very First time DIGCLK.COM is loaded a setup screen will
  69.         be displayed. Press a number key option to choose the color
  70.         for your clock display. Press A, B and C to change the default
  71.         Hot Key combinations. If you wish to use the default Hot Keys
  72.         just press the enter key after choosing a clock color option.
  73.         The enhanced keyboard function keys F11 and F12 can also be 
  74.         used as Hot Keys if present.
  75.  
  76.         When you use the  CTRL, SHIFT  or ALT key in your key combo,
  77.         press that key first then press the second key. Be sure and 
  78.         follow this rule when you set your own Hot Key combination 
  79.         within the setup procedure.
  80.  
  81.         After this initial setup procedure you must run the DIGCLK
  82.         program again with any of the possible switches listed below.
  83.         Running the program without switches will display the clock
  84.         at the top right corner in blue on white when the default
  85.         Hot Key is pressed [SHIFT-SHIFT].
  86.  
  87.         The setup procedure can be recalled whenever you like to 
  88.         change colors or Hot Key assignments by using the /K switch.
  89.  
  90.         In order to re-enable the default ON/Off [SHIFT-SHIFT] Hot Key
  91.         combination you must use the /K switch to re-establish defaults. 
  92.  
  93. ================================================================================
  94. Part 3
  95. POSSIBLE COMMAND LINE SWITCHES.
  96.  
  97.         /H = This help screen.
  98.         /O = Clock ON when loaded.
  99.         /U = Unload clock program.
  100.         /R = Right corner of screen.
  101.         /L = Left corner of screen.
  102.         /N = Disable Message output when loading.
  103.         /S = Enables beep sound when Hot Key pressed.
  104.         /K = Change clock Color and Hot Key assignments.
  105.         /Mnn = Display at Bottom screen/(nn) = 25, 28, 43, 50-default = 25.
  106.         /Pnn = Beginning Alarm value/(nn) must be two digits-default = 99.
  107.  
  108.         The following example sets the clock display at the
  109.         top right corner with an alarm setting of 5 minutes.
  110.    
  111.           C:\ DIGCLK /R /P05
  112.  
  113.         The following example sets the clock display to - ON - at
  114.         the left corner-row 50 with an alarm setting of 10 minutes.
  115.  
  116.           C:\ DIGCLK /O /L /M50 /P10
  117.  
  118.         The following example sets the clock display at the 
  119.         right corner row 43 with a default alarm setting 
  120.         of 99 minutes with beep sounds enabled.
  121.  
  122.           C:\ DIGCLK /R /M43 /S
  123.  
  124.  
  125.         Author:
  126.         William Cravener
  127.         520 N. Stateline Rd   
  128.         Sharon, Pa. 16146
  129.  
  130.  
  131.                    >>>>>>>>  THIS PROGRAM IS FREEWARE  <<<<<<<<
  132.  
  133.           ---------------------- END OF DOCUMENT ----------------------
  134.  
  135. 
  136.  
  137.